{dictionary.docs.quickStartTitle}
-
{dictionary.docs.quickSteps.map((step) => (
-
{step.title}
{step.description}
{step.code}
))}
import { getDictionary, type Locale } from "@/lib/site-content"; export default async function DocsPage({ params, }: { params: Promise<{ locale: string }>; }) { const { locale } = await params; const dictionary = getDictionary(locale as Locale); return (
{dictionary.docs.intro}
{step.description}
{step.code}
{item.description}
{skill.command}
{skill.description}